home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 22 / Amiga Format AFCD22 (Jan 1998, Issue 106).iso / -seriously_amiga- / shareware / programming / other / modemlink / source / crc.h < prev    next >
C/C++ Source or Header  |  1997-11-05  |  98b  |  9 lines

  1. #ifndef CRC_H
  2. #define CRC_H
  3.  
  4. #include <exec/types.h>
  5.  
  6. ULONG GetCRC(char *buf, ULONG Len);
  7.  
  8. #endif
  9.